home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / MacFormat 92 CD / Shareware Plus / Utilities / FolderSynchronizer 1.8.9 / PlugIn / Dialog / 00023.ls < prev    next >
Encoding:
Text File  |  2000-04-17  |  502 b   |  19 lines

  1. on mouseUp
  2.   global gLastBackUpDate
  3.   put getAt(gLastBackUpDate, 3) into field "fGiorno"
  4.   put getAt(gLastBackUpDate, 2) into field "fMese"
  5.   put getAt(gLastBackUpDate, 1) into field "fAnno"
  6. end
  7.  
  8. on mouseDown me
  9.   global gArancio, gNero
  10.   set mySprite to the spriteNum of me
  11.   set myMember to the member of sprite mySprite
  12.   repeat while the stillDown
  13.     set the foreColor of field myMember to gArancio
  14.     updateStage()
  15.   end repeat
  16.   set the foreColor of field myMember to gNero
  17.   updateStage()
  18. end
  19.